Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4358 | GEN003200 | SV-27359r1_rule | ECLP-1 | Medium |
Description |
---|
If file permissions for cron.deny are more permissive than 0600, sensitive information could be viewed or edited by unauthorized users. |
STIG | Date |
---|---|
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2017-01-27 |
Check Text ( None ) |
---|
None |
Fix Text (F-24605r1_fix) |
---|
Change the mode of the cron.deny file. # chmod 0600 /etc/cron.d/cron.deny |